.container {
  margin-top: 78px;
  background-color: #fff;
}

.full-cover {
  width: 100%;
  background-color: #FAFBFC;
  padding-top: 50px;
  padding-bottom: 50px;
}

.head-wrap {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-tel {
  color: #0052CC;
  font-size: 16px;
}

.head-right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.head-right-bg {
  width: 100%;
}

.slide-wrap {
  width: 750px;
  position: absolute;
}

.module-txt {
  /* animation: slide-up 4s ease 0s infinite none;
  -webkit-animation: slide-up 4s ease 0s infinite none */
}

.typed-cursor {
  color: #0052CC;
}

.radio-icon {
  width: 20px;
  margin-right: 5px;
}

.slide-pic {
  width: 100%;
  display: none;
  /* animation: slide-up 2s ease 0s infinite none;
  -webkit-animation: slide-up 2s ease 0s infinite none   */
}

@keyframes slide-up {
  0% {
      opacity: 0;
      display: none;
      transform: translate3d(0,25%,0);
      -webkit-transform: translate3d(0,25%,0)
  }

  12.5%,77.5% {
      opacity: 1;
      display: block;
      transform: translateZ(0);
      -webkit-transform: translateZ(0)
  }

  90% {
      opacity: 0;
      display: none
  }

  to {
      opacity: 0;
      display: none;
      transform: translate3d(0,-25%,0);
      -webkit-transform: translate3d(0,-25%,0)
  }
}

.blue-title {
  font-size: 36px;
  color: #0052CC;
  margin-bottom: 10px;
}

/* 切换 */
.three-wrap {
  width: 100%;
  background-color: #FAFBFC;
  padding-bottom: 50px;
}

.inner-wrap {
  width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
}

.three-tab {
  width: 650px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.three-tab .three-tab-item {
  font-size: 22px;
  color: #42526E;
  /* border-bottom: 2px solid #EBECF0; */
  cursor: pointer;
  display: inline-block;
  padding: 15px;
}

.bline {
  position: absolute;
  width: 184px;
  height: 2px;
  background-color: #0052CC;
  bottom: 0;
  left: 0;
  transition: left .5s; 
  z-index: 1;
}

.full-line {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #EBECF0;
  bottom: 0;
  z-index: 0;
}

.tab-active {
  color: #0052CC !important;
  /* border-bottom: 2px solid #0052CC !important; */
}

.outer-show {
  display: block !important;
}

.inner-show {
  display: block !important;
}

.inner-item {
  display: none;
}

.radio-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}

.radio-wrap .radio-item {
  color: #172B4D;
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}

.radio-active {
  color: #0052CC !important;
}

.txt-item {
  margin-bottom: 25px;
}

.content-item {
  display: none;
}

/* 场景 */
.scene-wrap {
  width: 1200px;
  margin: 0 auto;
}

.scene-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.scene-list .scene-item {
  width: 368px;
  padding: 32px;
  height: 200px;
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  box-shadow: 0px 2px 9px #D7DBDF;
  opacity: 1;
  border-radius: 3px;
  margin-bottom: 32px;
}

.scene-list .scene-item .scene-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.scene-list .scene-item .scene-top .scene-icon {
  width: 20px;
  margin-right: 10px;
}

.scene-list .scene-item .scene-top .scene-title {
  color: #253858;
  font-size: 20px;
}

.scene-list .scene-item .scene-desc {
  color: #42526E;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
}

.crm .p-tab-item {
  width: 150px;
  text-align: center;
  margin-right: 10.5px;
  margin-left: 10.5px;
  cursor: pointer;
}

.p-content-let-stitle {
  margin-bottom: 20px;
}

.mcontent {
  opacity: 0;
  display: none;
  animation: fade-in 1.3s ease-out 1 forwards;
  -webkit-animation: fade-in 1.3s ease-out 1 forwards;
  transition: all 0.8s ease 1s; 
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  50% {
      opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fade-in {
  0% {
    opacity: 0;
  }
  50% {
      opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  50% {
      opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.opacityactive {
  opacity: 1;
  display: block;
}

